Updates from Nich Heaphy.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 10 Nov 2002 05:45:58 +0000 (05:45 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 10 Nov 2002 05:45:58 +0000 (05:45 +0000)
gpsbabel/README
gpsbabel/reference/topomappro.txt
gpsbabel/tmpro.c

index 3c148c9b085934f1b152a7f9902479062e3da612..d254cb58ea0e1bfaea87c26eab7a64c6864a300b 100644 (file)
@@ -219,7 +219,8 @@ THE FORMATS
         in TopoMapPro (http://www.topomappro.com).  As this file type
         can store links other than web links, anything that is not a
         http url will be discarded.  Note that this does not do datum
-        conversions, so if your file does need WGS84/NZGD2000 data.
+        conversions, so if your input file does not have WGS84/NZGD2000
+        data, your output file won't either.
         Colour of waypoint icons defaults to red.
 
 
index 8318e5d0b55e92d41253c11669f0ab6c493a2c96..5837da3a5268010dd50751a08c973475ddbfb9b4 100644 (file)
@@ -1,10 +1,10 @@
 Group  sID     sDescription    fLat    fLong   fEasting        fNorthing       fAlt    iColour iSymbol sHyperLink
-new    GCEBB   Mountain Bike Heaven by susy1313        35.972033       -87.134700      0       0       0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=3771
-new    GC1A37  The Troll by a182pilot & Family 36.090683       -86.679550      0       0       0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=6711
-new    GC1C2B  Dive Bomber by JoGPS & family   35.996267       -86.620117      0       0       0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=7211
-new    GC25A9  FOSTER by JoGPS & Family        36.038483       -86.648617      0       0       0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=9641
-new    GC2723  Logan Lighthouse by JoGps & Family      36.112183       -86.741767      0       0       0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=10019
-new    GC2B71  Ganier Cache by Susy1313        36.064083       -86.790517      0       0       0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=11121
-new    GC309F  Shy's Hill by FireFighterEng33  36.087767       -86.809733      0       0       0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=12447
-new    GC317A  GittyUp by JoGPS / Warner Parks 36.057500       -86.892000      0       0       0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=12666
-new    GC317D  Inlighting by JoGPS / Warner Parks      36.082800       -86.867283      0       0       0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=12669
+new    GCEBB   Mountain Bike Heaven by susy1313        35.972033       -87.134700                      0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=3771
+new    GC1A37  The Troll by a182pilot & Family 36.090683       -86.679550                      0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=6711
+new    GC1C2B  Dive Bomber by JoGPS & family   35.996267       -86.620117                      0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=7211
+new    GC25A9  FOSTER by JoGPS & Family        36.038483       -86.648617                      0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=9641
+new    GC2723  Logan Lighthouse by JoGps & Family      36.112183       -86.741767                      0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=10019
+new    GC2B71  Ganier Cache by Susy1313        36.064083       -86.790517                      0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=11121
+new    GC309F  Shy's Hill by FireFighterEng33  36.087767       -86.809733                      0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=12447
+new    GC317A  GittyUp by JoGPS / Warner Parks 36.057500       -86.892000                      0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=12666
+new    GC317D  Inlighting by JoGPS / Warner Parks      36.082800       -86.867283                      0.00    255     1       http://www.geocaching.com/seek/cache_details.asp?ID=12669
index a25df6081398a511fc4352e50073c1b5fffe4d66..1f9dea6758a97aec0d4f1193cc6251ec59d4d20b 100644 (file)
@@ -211,7 +211,7 @@ tmpro_waypt_pr(const waypoint * wpt)
        /* Number of characters */
     /*  25    6      80         8    8      8         8       8    4       4       128      */
     
-    fprintf(file_out, "new\t%.6s\t%.80s\t%08.6f\t%08.6f\t0\t0\t%.2f\t%d\t%d\t%.128s\n",
+    fprintf(file_out, "new\t%.6s\t%.80s\t%08.6f\t%08.6f\t\t\t%.2f\t%d\t%d\t%.128s\n",
        shortname,
        description,
            wpt->position.latitude.degrees,